Required steps are:
sudo apt -y install npm
sudo ln -s /usr/bin/nodejs /usr/bin/node
npm install -g harp
harp init myproject
harp server myproject -p 80
Congratulations, you have a running harp instance now. Create an index.md now to have an entry point site.